UCF STIG Viewer Logo

Receive Connectors must control the number of recipients per message.


Overview

Finding ID Version Rule ID IA Controls Severity
V-33572 Exch-2-727 SV-43992r1_rule ECSC-1 Low
Description
Email system availability depends in part on best practices strategies for setting tuning configurations. This configuration controls the maximum number of recipients who will receive a copy of a message at one time. This tunable value is related to throughput capacity and can enable the ability to optimize message delivery.
STIG Date
Exchange 2010 Hub Transport Server STIG 2013-01-03

Details

Check Text ( C-41678r1_chk )
Obtain the Email Domain Security Plan (EDSP) and locate the 'Maximum Recipients per Message' value:

Open the Exchange Management Shell and enter the following command:

Get-ReceiveConnector | Select Name, Identity, MaxRecipientsPerMessage

For each receive connector, evaluate the 'MaxRecipientsPerMessage' value.

If the value of 'MaxRecipientsPerMessage' is set to 200, this is not a finding.

If the value of 'Maximum Recipients per Message' is set to a value other than 200, and has signoff and risk acceptance in the EDSP, this is not a finding.
Fix Text (F-37463r1_fix)
Open the Exchange Management Shell and enter the following command:

Set-ReceiveConnector -Identity <'ReceiveConnector'> -MaxRecipientsPerMessage 200 or other value as identified by the EDSP.